GrapeCity.Windows.SpreadSheet.Data Namespace : NotifyCollectionBase<T> Class |
For a list of all members of this type, see NotifyCollectionBase<T> members.
Name | Description | |
---|---|---|
Add | Adds the specified item. | |
AddRange | Adds the items in the specified collection to the end of the collection. | |
Clear | Removes all items from this collection. | |
Contains | Determines whether the collection contains a specified item. | |
CopyTo | Copies all the items in the current collection to the specified array starting at the specified destination index. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
IndexOf | Finds the index for a specified item. | |
Insert | Inserts an item at a specified index. | |
Remove | Removes the specified item from the collection. | |
RemoveAt | Removes the item at the specified index. | |
ResumeEvent | Resumes the collection Changed event. | |
SuspendEvent | Suspends the collection Changed event. | |
ToArray | Converts the collection to an array. |
Name | Description | |
---|---|---|
ClearInternal | Clears the internal. | |
RaisePropertyChanged | Raises the PropertyChanged event. |